SftTabs/NET 6.0

VisibleCount Property, TabCollectionClass Class

Softel vdm, Inc.

Returns the number of visible tabs.

Syntax      TabCollectionClass Class (Softelvdm.SftTabsNET)

VB   

Public ReadOnly Property VisibleCount As Integer

C#   

public int VisibleCount { get; }

C++   

public: property int VisibleCount {
        int get();
}

Property Value

The count of visible tabs (with the Visible property set to False).

Comments

The VisibleCount property returns the number of visible tabs.

Visible tabs are tabs whose Visible property is set to True. Hidden tabs are not included in the count of visible tabs.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com